go/types.Selection.indirect (field)

2 uses

	go/types (current package)
		selection.go#L45: 	indirect bool   // set if there was any pointer indirection on the path
		selection.go#L106: func (s *Selection) Indirect() bool { return s.indirect }